1 <?xml version="1.0" encoding="utf-8"?>
2 <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6 <ProductVersion>8.0.30703</ProductVersion>
7 <SchemaVersion>2.0</SchemaVersion>
8 <ProjectGuid>{bde4b8bf-cad1-4ef4-a877-9ec910debe6f}</ProjectGuid>
9 <OutputType>WinExe</OutputType>
10 <RootNamespace>Raytracer_FSharp</RootNamespace>
11 <AssemblyName>Raytracer_FSharp</AssemblyName>
12 <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
13 <Name>Raytracer_FSharp</Name>
15 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
16 <DebugSymbols>true</DebugSymbols>
17 <DebugType>full</DebugType>
18 <Optimize>false</Optimize>
19 <Tailcalls>false</Tailcalls>
20 <OutputPath>bin\Debug\</OutputPath>
21 <DefineConstants>DEBUG;TRACE</DefineConstants>
22 <WarningLevel>3</WarningLevel>
24 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
25 <DebugType>pdbonly</DebugType>
26 <Optimize>true</Optimize>
27 <Tailcalls>true</Tailcalls>
28 <OutputPath>bin\Release\</OutputPath>
29 <DefineConstants>TRACE</DefineConstants>
30 <WarningLevel>3</WarningLevel>
32 <Import Project="$(ProgramFiles)\Microsoft F#\v4.0\Microsoft.FSharp.Targets" />
34 <Compile Include="raytracer.fs" />
35 <Compile Include="harness.fs" />
36 <None Include="File1.fsx" />
39 <Reference Include="mscorlib" />
40 <Reference Include="FSharp.Core" />
41 <Reference Include="System" />
42 <Reference Include="System.Core">
43 <RequiredTargetFramework>3.5</RequiredTargetFramework>
45 <Reference Include="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
46 <Name>System.Drawing</Name>
47 <AssemblyName>System.Drawing.dll</AssemblyName>
48 <SpecificVersion>False</SpecificVersion>
50 <Reference Include="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
51 <Name>System.Windows.Forms</Name>
52 <AssemblyName>System.Windows.Forms.dll</AssemblyName>
53 <SpecificVersion>False</SpecificVersion>
56 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
57 Other similar extension points exist, see Microsoft.Common.targets.
58 <Target Name="BeforeBuild">
60 <Target Name="AfterBuild">